#
# HoI - Turkey Events
#
#		written by Quetzalcoatl
#


event = {
	id = 40000001
	random = no
	country = TUR

	trigger = {
		atwar = no
		ispuppet = no
		
		exists = GER
		exists = SOV
		exists = ENG
		exists = USA
		exists = FRA
		
		NOT = { ideology = nazi }
		NOT = { ideology = stalinist } # ekkor nemigen lehet ellensg a szovjetuni, nincs mivel fenyegetni a trkket
		NOT = { alliance = { country=SOV }}
		NOT = { alliance = { country=GER }}
		NOT = { alliance = { country=ITA }}
		NOT = { alliance = { country=BUL }}
		NOT = { alliance = { country=GRE }}
		NOT = { alliance = { country=HUN }}
		NOT = { alliance = { country=USA }}
		NOT = { alliance = { country=FRA }}
		NOT = { alliance = { country=ENG }}
		
		NOT = { non_aggression = { country =  GER country = TUR } }
		NOT = { relation = { which=GER value=100 } }
		relation = { which=ENG value=50 }
		relation = { which=FRA value=50 }
		relation = { which=USA value=50 }
		
		NOT = {
			alliance = { country = USA country = GER }
			alliance = { country = FRA country = GER }
			alliance = { country = ENG country = GER }
			alliance = { country = BUL country = GER }
		}

		OR =
		{
			war = { country = GER country = ENG  }	
			war = { country = GER country = FRA  }
			war = { country = GER country = USA  }
		}
		
		control = { province = 448 data = TUR }
		control = { province = 409 data = TUR }
	
		control = { province = 19 data = ENG }
		control = { province = 175 data = SOV }
		control = { province = 602 data = USA }
		
	}
		
	name = "EVT_40000001_NAME"
	desc = "EVT_40000001_DESC"
	picture = "turkey_attack"
	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 15
	deathdate = { day = 30 month = november year = 1946 }

	action_a = {
		ai_chance = 40
		name = "ACTIONNAME40000001A"
		command = { type = war which = GER }
		command = { type = domestic which = political_left value = 1 }
		command = { type = domestic which = free_market value = 1 }
		command = { type = domestic which = freedom value = 1 }
		command = { type = domestic which = defense_lobby value = 1 }
		command = { type = domestic which = interventionism value = 2 }
		command = { type = set_relation which = GER value = -200 }
		command = { type = relation which = USA value = 20 }
		command = { type = relation which = ENG value = 20 }
		command = { type = relation which = FRA value = 20 }
		command = { type = non_aggression which = USA where = TUR }
		command = { type = non_aggression which = ENG where = TUR }
		command = { type = non_aggression which = FRA where = TUR }
	}

	action_b = {
		ai_chance = 30
		name = "ACTIONNAME40000001B"
		command = { type = war which = GER }
		command = { type = domestic which = democratic value = 1 }
		command = { type = domestic which = political_left value = 2 }
		command = { type = domestic which = free_market value = 2 }
		command = { type = domestic which = freedom value = 1 }
		command = { type = domestic which = defense_lobby value = 2 }
		command = { type = domestic which = interventionism value = 3 }
		command = { type = set_relation which = GER value = -200 }
		command = { type = relation which = USA value = 50 }
		command = { type = relation which = ENG value = 50 }
		command = { type = relation which = FRA value = 50 }
		command = { type = alliance which = ENG }
	}
	
	action_c = {
		ai_chance = 30
		name = "ACTIONNAME40000001C"
		command = { type = domestic which = political_left value = -1 }
		command = { type = domestic which = defense_lobby value = -1 }
		command = { type = domestic which = interventionism value = -1 }
		command = { type = relation which = USA value = -70 }
		command = { type = relation which = ENG value = -70 }
		command = { type = relation which = FRA value = -70 }
		command = { type = relation which = GER value = 20 }
	}
} 